OpenRoads Designer CONNECT Edition SDK Help

Create3 Method

Constructs a profile parabola

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabola Create3( DPoint3d startPoint, DPoint3d endPoint, DPoint3d thruPoint)

Parameters

SettingDescription
  DPoint3d Start point of the parabola
  DPoint3d End point of the parabola
  DPoint3d Thru point of the parabola

Return Value

ProfileParabola

See Also